programs.thunderbird.profiles.<name>.userContent

Custom Thunderbird user content CSS.

Type
strings concatenated with "\n"
Default
""
Example
''
  /* Hide scrollbar on Thunderbird pages */
  *{scrollbar-width:none !important}
''
Declared
<home-manager/modules/programs/thunderbird.nix>